home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / pcboard / pfed_040.zip / DOORWAY.BAT < prev    next >
DOS Batch File  |  1994-05-24  |  742b  |  28 lines

  1.  
  2. rem *** SAMPLE PCBOARD PFED DOORWAY DOOR BATCH FILE ***
  3. rem ***   Make sure to change paths and com ports   ***
  4.  
  5. @echo off
  6. cls
  7. set box=no
  8. l:
  9. cd\bbs\pfed
  10.  
  11. doorway com2 /b:x /v:d^O /m:600 /g:on /o:t /k:v0 /s:l:\bbs\pcb\node%pcbnode% /p:pfed.exe -r
  12.  
  13. rem /b:x           = skip line 25
  14. rem /v:d^O         = Video - direct screen writes
  15. rem /m:600         = Mins allowed in Doorway
  16. rem /g:on          = ANSi graphics ON
  17. rem /O:            = Skip Doorway screen
  18. rem /k:v0          = keyboard timeouts
  19. rem /s:path        = dir to locate PCBoard.sys file
  20. rem /p:pfed -r     = run PFED with -r remote switch
  21.  
  22. set box=
  23. l:
  24.  
  25. if not "%INPCB%" == "Y" %pcbdrive%
  26. if not "%INPCB%" == "Y" cd %pcbdir%
  27. if not "%INPCB%" == "Y" board
  28.